@import url("./nav.css");
@import url("./footer.css");

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body{
    height: 100%;
    width: 100%;
}

.housediv{
    /* border: 1px solid red; */
    height: max-content;
    width:100%;
    overflow-x: auto;
    padding:15px;
    margin-bottom: 10px;
    background-color: #47474717;
    box-shadow: 1px 1px 10px 1px gray;
}

.htdiv{
    margin: 0 Auto;
    height: max-content;
    width: max-content;
}

.housediv table{
   
    height: 380px;
    width:1100px;
    text-align: center;
}

.name_td{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 40px;
    height: 128px;
    font-weight: bold
}

